encoding/binary.bigEndian.Uint64 (method, view implemented interface methods)
3 uses
encoding/binary (current package)
binary.go#L201: func (bigEndian) Uint64(b []byte) uint64 {
github.com/coder/websocket
frame.go#L83: h.payloadLength = int64(binary.BigEndian.Uint64(readBuf))
github.com/refraction-networking/utls
u_prng.go#L130: return binary.BigEndian.Uint64(b[:])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |